bitset: Fix the right-shift implementation
authorMatthias Clasen <mclasen@redhat.com>
Sun, 28 Jun 2020 20:36:03 +0000 (16:36 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Sun, 28 Jun 2020 20:37:30 +0000 (16:37 -0400)
commit6a6146a9e0cee92acf6204bfd4787744aae3c0ab
tree1db764c56900f18ed32790c1b65d5392e5816510
parent01fbf8444b75089003d6b29e2a15d83016b62124
bitset: Fix the right-shift implementation

This was not doing the right thing at all.

This commit also adds tests for left- and
right-shift.
gtk/gtkbitset.c
testsuite/gtk/bitset.c